CreateDataAccessAgent<T> Method

Syntax
C#
VB
C++
public virtual T CreateDataAccessAgent<T>() 
  
Public Overridable Function CreateDataAccessAgent(Of T)() As T 
public: 
virtual _T^_ CreateDataAccessAgentgeneric<typename T> 
();  

Type Parameters

T

Return Value

The data provider object which corresponds to the Leadtools.Medical.DataAccessLayer.Configuration.DataAccessMapping.DataAccessType.

Remarks

This method will not try to create a data provider from the generic type. It will create a provider from the type configured in the Leadtools.Medical.DataAccessLayer.Configuration.IDataAccessConfigurationView. The user should be responsible of providing the proper type or interface for the returned provider or this method will fail.

This method will create the data provider and pass the connection string for the constructor.

Example

For an example of using the GetInstance(IDataAccessConfigurationView) refer to the "Leadtools.Medical.Winforms" project.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.